MS-Windows adaptations for revisions 109765 and 109766.
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 Aug 2012 05:55:32 +0000 (08:55 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Aug 2012 05:55:32 +0000 (08:55 +0300)
 lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
 src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.

ChangeLog
lib/makefile.w32-in
src/ChangeLog
src/makefile.w32-in

index 652382e9474481e0d837421a4695c77e0366b4de..1acdf5393f20ae010e953a4a1f035fdc4867f89e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-25  Eli Zaretskii  <eliz@gnu.org>
+
+       * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
+       (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
+
 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
 
        On assertion failure, print backtrace if available.
index 11251d55f77c9cf41eeec714b356f8e40eccb522..7df68fd33006d7a733751747581dd931e7301bba 100644 (file)
@@ -28,6 +28,7 @@ GNULIBOBJS = $(BLD)/c-ctype.$(O) \
             $(BLD)/c-strncasecmp.$(O) \
             $(BLD)/dtoastr.$(O) \
             $(BLD)/dtotimespec.$(O)  \
+            $(BLD)/execinfo.$(O)  \
             $(BLD)/getopt.$(O)  \
             $(BLD)/getopt1.$(O) \
             $(BLD)/gettime.$(O) \
@@ -129,6 +130,9 @@ $(BLD)/dtotimespec.$(O) : \
        $(GNU_LIB)/timespec.h \
        $(CONFIG_H)
 
+$(BLD)/execinfo.$(O) : \
+       $(GNU_LIB)/execinfo.h
+
 $(BLD)/getopt.$(O) : \
        $(GNU_LIB)/getopt.c \
        $(GNU_LIB)/getopt.h \
@@ -299,3 +303,7 @@ getopt_h:
              < getopt.in.h > getopt_.h-t
        $(CP) getopt_.h-t getopt_.h
        - $(DEL) getopt_.h-t
+
+execinfo.h: execinfo.in.h
+       $(CP) execinfo.in.h $@
+
index f134e40791679b07f5cafc0fe9030f6d5b03d107..a7bd8693f88b60367221a2c12e085740037fbc87 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-25  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
+
 2012-08-25  Paul Eggert  <eggert@cs.ucla.edu>
 
        On assertion failure, print backtrace if available.
index bdb292099bcc59416d58abd189920cd48568d062..e5959e0b1a5b4970dddabab80d4082ceba87eea5 100644 (file)
@@ -480,6 +480,7 @@ $(BLD)/alloc.$(O) : \
        $(SRC)/syssignal.h \
        $(SRC)/w32.h \
        $(NT_INC)/unistd.h \
+       $(GNU_LIB)/execinfo.h \
        $(GNU_LIB)/verify.h \
        $(BLOCKINPUT_H) \
        $(BUFFER_H) \